/*every page css */

body {
    background-color: #1f2838;
    font-family: monospace;
    
}



#navbar {
    width: 100%;
    height: 8%;
    min-height: 50px;
    background-color: #1f2838;
    display: flex;
    position: fixed;
    left: 50%;
    transform: translate(-50%,0%);
    z-index: 5;
    transition: 1s;
   
}

#dworldlogo {
    height: 90%;
    width: auto;
    padding: 3px;
    padding-left: 10%;
    padding-right: 0.5%;
    

}

#colorbbox {
    height: 50%;
    width: auto;
    padding-left: 2%;
    padding-right: 10%;
    margin: auto;
    transition: 2s;

}

#threelinesalign {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    align-content: center;
    cursor: pointer;

}

#line1, #line2, #line3 {
    height: 5px;
    width: 30px;
    border-radius: 2.5px;
    background-color: white;
    margin: auto;
    margin-bottom: 4px;
    transition: 0.5s;
    
}

#threelinesbox {
    width: fit-content;
    margin: auto;
    height: 30px;
}

#menu1, #menu2, #menu3, #menu4, #menu5 {
    width: min(600px, 60vw);
    margin-top: 0%;
    height: 0%;
    min-height: 30px;
    background-color: rgb(133, 127, 127);
    text-align: center;
    border-radius: 20px 10px;
    position: fixed;
    left: 50%;
    transform: translate(-50%,0%);
    transition: 0.75s;

    font-size: min(50px, 5vw);
    padding: -10%;
    font-weight: bolder;
}

#lineanimation1, #lineanimation2,#lineanimation3,#lineanimation4,#lineanimation5 {
    height: 6px;
    border-radius: 3px;
    transition: 1.5s;
    margin: auto;
    width: 0%;
}


#fill {
    width: 300px;
    height: 500px;
    margin: auto;
    background-color: rgb(146, 124, 124);
    margin-top: 0px;
}

#blurbg {
    width: 100%;
    position: fixed;
    height: 100%;
    background-color: black;
    opacity: 0.75;
    z-index: -2;
    backdrop-filter: blur(20px);
}
#bg {
    width: 100%;
    position: fixed;
    height: 100%;
    background-color: #1f2838;
    opacity: 0.75;
    z-index: -1;
    backdrop-filter: blur(20px);
}

#wrapper {

    margin: auto;
    width: 80%;
    background-color: rgb(255, 255, 255);
    height: fit-content;
    max-width: 1500px;
    z-index: 0;
    margin-top: 0px;
    
}

#singleline {
    width: 80%;
    height: 10px;
    margin: auto;
    margin-top: 6%;
    margin-bottom: 3%;
    background-color: #1f2838ec;
    border-radius: 5px;
}

#singlelineforfooter {
    color: #ffffff;
    background-color: #ffffff;
    margin-top: 3%;
    width: 100%;
    height: 10%;

    margin: auto;
} 


#footer {
    width: 96%;
    height: min(500px, 20%);
    background-color: #1f2838ec;
    padding: 2%;
    margin: auto;
    display: flex;
}

#logofooter {
    height: 80%;
    max-height: 300px;
    width: auto;
}


#contactinfo {
    width: 25%;
    height: auto;
    margin-left: 2%;
    font-size: large;
    color: #ffffff;
} 

#contactfootertxt {
    font-size: x-large;
    color: white;
}

#singlelinefootercontactinfo {
    background-color: #ffffff;
    margin-top: 0.5%;
    width: 80%;
    height: 4px;
    border-radius: 2px;
    margin-bottom: 2%;

}

#navigation {
    width: 25%;
    height: auto;
    margin-left: 2%;
    font-size: large;
    color: #ffffff;
} 

#menufootertxt {
    font-size: x-large;
    color: white;
}

#singlelinefootermenuinfo {
    color: #ffffff;
    background-color: #ffffff;
    margin-top: 0.5%;
    width: 80%;
    height: 4px;
    border-radius: 2px;
    margin-bottom: 2%;
}

#socialmediabuttons {
    width: 30%;
    height: auto;

}

#logosfooter {
    margin: 5%;
    margin-top: 10%;
    width: 50px;
    height: auto;
    transition: 0.5s;
}

#logosfooter:hover {
    scale: 1.1;
}

#homepagebuttonfooter, #articlesbuttonfooter, #aboutusbuttonfooter, #testbuttonfooter, #contactbuttonfooter {
    text-decoration: none;
    color: #ffffff;
}

h3 {
    font-weight: bold;
}